home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource Library: Multimedia
/
Resource Library: Multimedia.iso
/
hypertxt
/
msdos
/
hydos10
/
pause
< prev
next >
Wrap
Text File
|
1991-04-21
|
722b
|
21 lines
PAUSE
Suspends execution of a batch file until a key is pressed.
COMMAND TYPE: Internal (batch) VERSION: 2.0 and up
USE: PAUSE [comment]
comment is an optional comment that may be entered. It will be
displayed when PAUSE is executed.
EXAMPLE: PAUSE Insert next disc in drive A
When this PAUSE command is executed, the following message will appear.
Insert next disc in drive A
Strike any key to continue ...
The message Strike a key when ready is automatically displayed
whenever the PAUSE command is used. The comment line will not appear
if ECHO is off. At a PAUSE point, a batch file may be terminated by
pressing CTRL-C or CTRL-BREAK.